home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
X User Tools
/
X User Tools (O'Reilly and Associates)(1994).ISO
/
sun4c
/
archive
/
tcltk.z
/
tcltk
/
man
/
catn
/
rename.n
< prev
next >
Wrap
Text File
|
1994-09-20
|
731b
|
67 lines
rename(n) Tcl Built-In Commands
_________________________________________________________________
NAME
rename - Rename or delete a command
SYNOPSIS
rename _o_l_d_N_a_m_e _n_e_w_N_a_m_e
_________________________________________________________________
DESCRIPTION
Rename the command that used to be called _o_l_d_N_a_m_e so that it
is now called _n_e_w_N_a_m_e. If _n_e_w_N_a_m_e is an empty string then
_o_l_d_N_a_m_e is deleted. The rename command returns an empty
string as result.
KEYWORDS
command, delete, rename
Tcl 1